home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / graphics / a-g / fu / formulas / bell.form < prev    next >
Encoding:
Text File  |  1995-12-21  |  175 b   |  27 lines

  1. Bell
  2. {
  3.     {
  4.         mirrorx
  5.         x1=-2.3
  6.         x2= 0.2
  7.         y1=-1.3
  8.         y2= 1.3
  9.         bailout=2.0
  10.     }
  11.     {
  12.         c=pixel
  13.         z=pixel
  14.     }
  15.     {
  16.         f=pow(z,c)
  17.         r=f*c
  18.         z=r*z
  19.         w=abs(z)
  20.     }
  21.     {
  22.         w>bailout
  23.     }
  24.     {
  25.     }
  26. }
  27.